Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add automated testing on pushes, PRs to master - remove Gitlab CI config #4

Closed
wants to merge 3 commits into from

Conversation

brews
Copy link
Member

@brews brews commented Oct 6, 2022

This simply builds the conda environment in environment.yml and then runs pytests.

It only runs tests that don't have the imperics_shareddir mark, because these require big, special external data and a path set to the IMPERICS_SHAREDDIR environment variables. So, it doesn't run the really big special tests.

This PR also removes .gitlab-ci.yml because this is cruft.

Close #3

@brews brews self-assigned this Oct 6, 2022
@brews brews requested a review from jrising October 6, 2022 19:44
@brews
Copy link
Member Author

brews commented Oct 6, 2022

@jrising These automated tests were useful, right? I think this will get things running quickly and can tweak and fine-tune later.

@brews brews marked this pull request as ready for review October 6, 2022 19:48
@brews
Copy link
Member Author

brews commented May 30, 2024

This is still useful/necessary, but it's very stale. Closing.

@brews brews closed this May 30, 2024
@brews brews removed their assignment May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Transfer CI testing and coverage reports from Gitlab to Github Actions
1 participant